home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / util / gnu / cvs-1.11.1p1.lha / source / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-07-19  |  9.4 KB  |  352 lines

  1. /* config.h.  Generated automatically by configure.  */
  2. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  3.  
  4. /* Define if on AIX 3.
  5.    System headers sometimes define this.
  6.    We just want to avoid a redefinition error message.  */
  7. #ifndef _ALL_SOURCE
  8. /* #undef _ALL_SOURCE */
  9. #endif
  10.  
  11. /* Define if the closedir function returns void instead of int.  */
  12. #define CLOSEDIR_VOID 1
  13.  
  14. /* Define to empty if the keyword does not work.  */
  15. /* #undef const */
  16.  
  17. /* Define to `int' if <sys/types.h> doesn't define.  */
  18. /* #undef gid_t */
  19.  
  20. /* Define if your system has a working fnmatch function.  */
  21. /* #undef HAVE_FNMATCH */
  22.  
  23. /* Define if you support file names longer than 14 characters.  */
  24. #define HAVE_LONG_FILE_NAMES 1
  25.  
  26. /* Define if your struct stat has st_blksize.  */
  27. /* #undef HAVE_ST_BLKSIZE */
  28.  
  29. /* Define if your struct stat has st_rdev.  */
  30. /* #undef HAVE_ST_RDEV */
  31.  
  32. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  33. /* #undef HAVE_SYS_WAIT_H */
  34.  
  35. /* Define if utime(file, NULL) sets file's timestamp to the present.  */
  36. #define HAVE_UTIME_NULL 1
  37.  
  38. /* Define if you have <vfork.h>.  */
  39. /* #undef HAVE_VFORK_H */
  40.  
  41. /* Define if on MINIX.  */
  42. /* #undef _MINIX */
  43.  
  44. /* Define to `int' if <sys/types.h> doesn't define.  */
  45. /* #undef mode_t */
  46.  
  47. /* Define to `int' if <sys/types.h> doesn't define.  */
  48. /* #undef pid_t */
  49.  
  50. /* Define if the system does not provide POSIX.1 features except
  51.    with this defined.  */
  52. /* #undef _POSIX_1_SOURCE */
  53.  
  54. /* Define if you need to in order for stat and other things to work.  */
  55. /* #undef _POSIX_SOURCE */
  56.  
  57. /* Define as the return type of signal handlers (int or void).  */
  58. #define RETSIGTYPE void
  59.  
  60. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  61. /* #undef size_t */
  62.  
  63. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  64. /* #undef STAT_MACROS_BROKEN */
  65.  
  66. /* Define if you have the ANSI C header files.  */
  67. #define STDC_HEADERS 1
  68.  
  69. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  70. /* #undef TIME_WITH_SYS_TIME */
  71.  
  72. /* Define to `int' if <sys/types.h> doesn't define.  */
  73. /* #undef uid_t */
  74.  
  75. /* Define vfork as fork if vfork does not work.  */
  76. /* #undef vfork */
  77.  
  78. /* Define if you have MIT Kerberos version 4 available.  */
  79. /* #undef HAVE_KERBEROS */
  80.  
  81. /* Define if you want CVS to be able to be a remote repository client.  */
  82. #define CLIENT_SUPPORT 1
  83.  
  84. /* Define if you want CVS to be able to serve repositories to remote
  85.    clients.  */
  86. /* #undef SERVER_SUPPORT */
  87.  
  88. /* Define if you want to use the password authenticated server.  */
  89. /* #undef AUTH_SERVER_SUPPORT */
  90.  
  91. /* Define if you want encryption support.  */
  92. /* #undef ENCRYPTION */
  93.  
  94. /* Define if you have the connect function.  */
  95. #define HAVE_CONNECT 1
  96.  
  97. /* Define if you have memchr (always for CVS).  */
  98. #define HAVE_MEMCHR 1
  99.  
  100. /* Define if you have strchr (always for CVS).  */
  101. #define HAVE_STRCHR 1
  102.  
  103. /* Define if utime requires write access to the file (true on Windows,
  104.    but not Unix).  */
  105. /* #undef UTIME_EXPECTS_WRITABLE */
  106.  
  107. /* Define if setmode is required when writing binary data to stdout.  */
  108. /* #undef USE_SETMODE_STDOUT */
  109.  
  110. /* Define if the diff library should use setmode for binary files.
  111.    FIXME: Why two different macros for setmode?  */
  112. /* #undef HAVE_SETMODE */
  113.  
  114. /* Define if you have the crypt function.  */
  115. #define HAVE_CRYPT 1
  116.  
  117. /* Define if you have the getspnam function.  */
  118. /* #undef HAVE_GETSPNAM */
  119.  
  120. /* Define to force lib/regex.c to use malloc instead of alloca.  */
  121. #define REGEX_MALLOC 1
  122.  
  123. /* Define to force lib/regex.c to define re_comp et al.  */
  124. #define _REGEX_RE_COMP 1
  125.  
  126. /* Define if you have the dup2 function.  */
  127. /* #undef HAVE_DUP2 */
  128.  
  129. /* Define if you have the fchdir function.  */
  130. /* #undef HAVE_FCHDIR */
  131.  
  132. /* Define if you have the fchmod function.  */
  133. /* #undef HAVE_FCHMOD */
  134.  
  135. /* Define if you have the fsync function.  */
  136. /* #undef HAVE_FSYNC */
  137.  
  138. /* Define if you have the ftime function.  */
  139. #define HAVE_FTIME 1
  140.  
  141. /* Define if you have the ftruncate function.  */
  142. #define HAVE_FTRUNCATE 1
  143.  
  144. /* Define if you have the getgroups function.  */
  145. /* #define HAVE_GETGROUPS 1 */
  146.  
  147. /* Define if you have the getpagesize function.  */
  148. /* #undef HAVE_GETPAGESIZE */
  149.  
  150. /* Define if you have the getpassphrase function.  */
  151. /* #undef HAVE_GETPASSPHRASE */
  152.  
  153. /* Define if you have the gettimeofday function.  */
  154. /* #undef HAVE_GETTIMEOFDAY */
  155.  
  156. /* Define if you have the initgroups function.  */
  157. #define HAVE_INITGROUPS 1
  158.  
  159. /* Define if you have the krb_get_err_text function.  */
  160. /* #undef HAVE_KRB_GET_ERR_TEXT */
  161.  
  162. /* Define if you have the memmove function.  */
  163. #define HAVE_MEMMOVE 1
  164.  
  165. /* Define if you have the mkdir function.  */
  166. #define HAVE_MKDIR 1
  167.  
  168. /* Define if you have the mknod function.  */
  169. /* #undef HAVE_MKNOD */
  170.  
  171. /* Define if you have the mkstemp function.  */
  172. /* #undef HAVE_MKSTEMP */
  173.  
  174. /* Define if you have the mktemp function.  */
  175. #define HAVE_MKTEMP 1
  176.  
  177. /* Define if you have the nanosleep function.  */
  178. /* #undef HAVE_NANOSLEEP */
  179.  
  180. /* Define if you have the putenv function.  */
  181. /* #undef HAVE_PUTENV */
  182.  
  183. /* Define if you have the readlink function.  */
  184. /* #undef HAVE_READLINK */
  185.  
  186. /* Define if you have the rename function.  */
  187. #define HAVE_RENAME 1
  188.  
  189. /* Define if you have the select function.  */
  190. /* #undef HAVE_SELECT */
  191.  
  192. /* Define if you have the sigaction function.  */
  193. /* #undef HAVE_SIGACTION */
  194.  
  195. /* Define if you have the sigblock function.  */
  196. /* #undef HAVE_SIGBLOCK */
  197.  
  198. /* Define if you have the sigprocmask function.  */
  199. /* #undef HAVE_SIGPROCMASK */
  200.  
  201. /* Define if you have the sigsetmask function.  */
  202. /* #undef HAVE_SIGSETMASK */
  203.  
  204. /* Define if you have the sigvec function.  */
  205. /* #undef HAVE_SIGVEC */
  206.  
  207. /* Define if you have the strerror function.  */
  208. #define HAVE_STRERROR 1
  209.  
  210. /* Define if you have the strstr function.  */
  211. #define HAVE_STRSTR 1
  212.  
  213. /* Define if you have the strtoul function.  */
  214. #define HAVE_STRTOUL 1
  215.  
  216. /* Define if you have the tempnam function.  */
  217. /* #undef HAVE_TEMPNAM */
  218.  
  219. /* Define if you have the timezone function.  */
  220. /* #undef HAVE_TIMEZONE */
  221.  
  222. /* Define if you have the tzset function.  */
  223. #define HAVE_TZSET 1
  224.  
  225. /* Define if you have the usleep function.  */
  226. /* #undef HAVE_USLEEP */
  227.  
  228. /* Define if you have the valloc function.  */
  229. /* #undef HAVE_VALLOC */
  230.  
  231. /* Define if you have the vprintf function.  */
  232. #define HAVE_VPRINTF 1
  233.  
  234. /* Define if you have the wait3 function.  */
  235. /* #undef HAVE_WAIT3 */
  236.  
  237. /* Define if you have the waitpid function.  */
  238. /* #undef HAVE_WAITPID */
  239.  
  240. /* Define if you have the <direct.h> header file.  */
  241. /* #undef HAVE_DIRECT_H */
  242.  
  243. /* Define if you have the <dirent.h> header file.  */
  244. #define HAVE_DIRENT_H 1
  245.  
  246. /* Define if you have the <errno.h> header file.  */
  247. #define HAVE_ERRNO_H 1
  248.  
  249. /* Define if you have the <fcntl.h> header file.  */
  250. #define HAVE_FCNTL_H 1
  251.  
  252. /* Define if you have the <gssapi.h> header file.  */
  253. /* #undef HAVE_GSSAPI_H */
  254.  
  255. /* Define if you have the <gssapi/gssapi.h> header file.  */
  256. /* #undef HAVE_GSSAPI_GSSAPI_H */
  257.  
  258. /* Define if you have the <gssapi/gssapi_generic.h> header file.  */
  259. /* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */
  260.  
  261. /* Define if you have the <io.h> header file.  */
  262. /* #undef HAVE_IO_H */
  263.  
  264. /* Define if you have the <krb5.h> header file.  */
  265. /* #undef HAVE_KRB5_H */
  266.  
  267. /* Define if you have the <limits.h> header file.  */
  268. #define HAVE_LIMITS_H 1
  269.  
  270. /* Define if you have the <memory.h> header file.  */
  271. /* #undef HAVE_MEMORY_H */
  272.  
  273. /* Define if you have the <ndbm.h> header file.  */
  274. /* #undef HAVE_NDBM_H */
  275.  
  276. /* Define if you have the <ndir.h> header file.  */
  277. /* #undef HAVE_NDIR_H */
  278.  
  279. /* Define if you have the <string.h> header file.  */
  280. #define HAVE_STRING_H 1
  281.  
  282. /* Define if you have the <sys/bsdtypes.h> header file.  */
  283. /* #undef HAVE_SYS_BSDTYPES_H */
  284.  
  285. /* Define if you have the <sys/dir.h> header file.  */
  286. /* #undef HAVE_SYS_DIR_H */
  287.  
  288. /* Define if you have the <sys/file.h> header file.  */
  289. /* #undef HAVE_SYS_FILE_H */
  290.  
  291. /* Define if you have the <sys/ndir.h> header file.  */
  292. /* #undef HAVE_SYS_NDIR_H */
  293.  
  294. /* Define if you have the <sys/param.h> header file.  */
  295. /* #undef HAVE_SYS_PARAM_H */
  296.  
  297. /* Define if you have the <sys/resource.h> header file.  */
  298. /* #undef HAVE_SYS_RESOURCE_H */
  299.  
  300. /* Define if you have the <sys/select.h> header file.  */
  301. /* #undef HAVE_SYS_SELECT_H */
  302.  
  303. /* Define if you have the <sys/time.h> header file.  */
  304. /* #undef HAVE_SYS_TIME_H */
  305.  
  306. /* Define if you have the <sys/timeb.h> header file.  */
  307. /* #undef HAVE_SYS_TIMEB_H */
  308.  
  309. /* Define if you have the <syslog.h> header file.  */
  310. /* #undef HAVE_SYSLOG_H */
  311.  
  312. /* Define if you have the <unistd.h> header file.  */
  313. #define HAVE_UNISTD_H 1
  314.  
  315. /* Define if you have the <utime.h> header file.  */
  316. #define HAVE_UTIME_H 1
  317.  
  318. /* Name of package */
  319. /* #undef PACKAGE */
  320.  
  321. /* Version number of package */
  322. /* #undef VERSION */
  323.  
  324. /* Path to the pr utility */
  325. /* #undef PR_PROGRAM */
  326.  
  327. /* Define if you have GSSAPI with Kerberos version 5 available. */
  328. /* #undef HAVE_GSSAPI */
  329.  
  330. /* Define to an alternative value if GSS_C_NT_HOSTBASED_SERVICE isn't defined
  331. in the gssapi.h header file.  MIT Kerberos 1.2.1 requires this.  Only relevant
  332. when using GSSAPI. */
  333. /* #undef GSS_C_NT_HOSTBASED_SERVICE */
  334.  
  335. /* For the Amiga port we don`t allow the EXT Method because it doesn`t work as it should */
  336. #define NO_EXT_METHOD 1
  337.  
  338. #define START_SERVER_RETURNS_SOCKET 1
  339. #define NO_SOCKET_TO_FD 1
  340.  
  341. #define START_SERVER amiga_start_server
  342. #define SHUTDOWN_SERVER amiga_shutdown_server
  343.  
  344. extern void START_SERVER (int *tofd, int *fromfd,
  345.            char *client_user,
  346.            char *server_user,
  347.            char *server_host,
  348.            char *server_cvsroot);
  349. extern void SHUTDOWN_SERVER (int fd);
  350.  
  351. #define same_file(a,b) (-1)
  352.